home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gCorpDemo, gPickerPath, gCorpDemoList, gLastDemo, gFinalExit
- if voidp(gCorpDemo) then
- set gFinalExit to "LastRoundUp"
- else
- sound stop 1
- sound stop 2
- if gCorpDemo = "PICKER DemoNone" then
- go("return", gPickerPath)
- else
- set gCorpDemo to "PICKER DemoNone"
- set gCorpDemoList to []
- set gLastDemo to EMPTY
- go("Logo", gPickerPath)
- end if
- end if
- end
-